﻿body {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

   .shopping-cart {
            display: inline-block;
            background-image: url(../assets/img/Images/cart.png);
            width: 40px;
            height: 30px;
            background-size: 40px 30px;
    }

  .nav > li {
    vertical-align: middle;
    border-right: 2px solid white;
  }

  
.site-label{
    color: #333333;
    font-size: 18px;
    /*height: 24px;
    margin: 0 0 0 3px;*/
    padding: 5px 2px 0 10px;
    border: 1px solid grey;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
}

footer{ padding: 4px; color: white;}

.background {
    background-image: url("../img/Images/Mustang_big.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height:600px;
    }

    
.floating-textbox {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: 150px;
    padding: 30px;
    height:auto;
}

.nav-stacked a {
    padding: 10px 15px !important;
}
